Metadata-Version: 2.1
Name: automl-sphinx-theme
Version: 0.1.5
Summary: AutoML Theme for Sphinx
Home-page: https://github.com/automl/automl_sphinx_theme
Author: René Sass and Edward Bergman
Author-email: sass@tnt.uni-hannover.de
License: MIT
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Topic :: Documentation
Classifier: Topic :: Software Development :: Documentation
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Provides-Extra: dev


# AutoML Sphinx Theme


## Installation

- Include `name`, `version`, `author`, `copyright` in `{PACKAGE_NAME}/__init__.py`.
- Copy the `docs` and `examples` directories to your root folder. 
- In `docs/conf.py` change `src` to `{PACKAGE_NAME}`. Adapt the file if needed.
- Install this repo via pypi:
```
pip install automl_sphinx_theme
```

